What is the syntax of CREATE TABLE AS?

Question:
 What is the syntax of CREATE TABLE AS?

1.CREATE TABLE table_name AS (SELECT*FROM previoustable_name)

2.CREATE TABLE table_name IN (SELECT*FROM previoustable_name)

3.CREATE TABLE table_name FROM (SELECT*FROM previoustable_name)

4.CREATE TABLE table_name AT (SELECT*FROM previoustable_name)

Posted Date:-2022-11-15 06:39:44


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!